home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #4 / K-CD-4-2002.ISO / Empire Earth / EEDemo.exe / Disk1 / data.ssa / unit ai scripts_land priest.tai < prev    next >
Encoding:
Text File  |  2001-09-29  |  464 b   |  27 lines

  1. //
  2. // Land Priest unit AI file
  3. //
  4. // Behaviors:
  5. //
  6. //        At players request, convert enemy units.
  7. //
  8. //    Notes:
  9. //
  10. //        Add transition from Idle when enemies spotted to flee.
  11. //        Land priests have extra ability to board transports.
  12. //
  13. //    Known Problems:
  14. //
  15.  
  16. #include("Priest.tai")
  17.  
  18. GetNextMoveWaypoint
  19. {
  20.     allof(AttackerIsRangedUnit,UnitInWeaponRange) true(ConvertEnemyUnit)
  21. }
  22.  
  23. #include("Generic Movement.tai")
  24.  
  25. #include("Generic Death.tai")
  26.  
  27.